docs: fix duplicate word typos in README files#37370
Conversation
- "a a" → "a" (aws-cognito-identitypool) - "the the" → "the" (aws-cognito, aws-ec2, aws-stepfunctions) - "of of" → "of" (aws-ec2) - "at at" → "at" (aws-ecr)
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 6 hours 30 minutes 53 seconds in the queue, including 45 minutes 58 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Fix repeated words in README files that serve as the official documentation landing pages.
Description of changes
a a→a(aws-cognito-identitypool)the the→the(aws-cognito, aws-ec2, aws-stepfunctions)of of→of(aws-ec2)at at→at(aws-ecr)Description of how you validated changes
Documentation-only changes. No functional impact.
Checklist